BITMAP HEIGHT

This command will return an integer value of the height of the current bitmap.

  Syntax
Return Integer=BITMAP HEIGHT(Bitmap Number)
Return Integer=BITMAP HEIGHT()
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.

  Returns

The value returned is the height of the current bitmap

  Description

You can optionally provide a bitmap number to return the height of a specified bitmap. The parameter should be specified using an integer value.

  Example Code
PRINT BITMAP HEIGHT()
WAIT KEY
  See also

BITMAP Commands Menu
Index